Q3File_IsEndOfFile
You can use theQ3File_IsEndOfFile
function to determine whether the file position of a file object is at the end of the file.
TQ3Boolean Q3File_IsEndOfFile (TQ3FileObject file);
file
- A file object.
DESCRIPTION
TheQ3File_IsEndOfFile
function returns, as its function result, a Boolean value that indicates whether the current file position of the file object specified by thefile
parameter is at the end of the file (kQ3True
) or not (kQ3False
).ERRORS
kQ3ErrorFileNotOpen
kQ3ErrorInvalidObjectParameter
kQ3ErrorNULLParameter